sdvalueint module¶
-
class
sd.api.sdvalueint.SDValueInt(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdvaluebasetype.SDValueBaseTypeClass representing an int Value
-
get() → int¶ Get the base type value as int
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getType() → Optional[sd.api.sdtype.SDType]¶ Get the value type as string
-
release() → None¶ Releases an APIObject
-
static
sNew(value: int) → sd.api.sdvalueint.SDValueInt¶ Create new SDValueInt
- Parameters
value – The name of the enum type
-